Add feedback function.
[marukotoolbox.git] / mp4box / Service References / ServiceReference / webservice.wsdl
blob904e9a6b6fa8b13a28c35209f700c1af83b59cf3
1 <?xml version="1.0" encoding="utf-8"?>
2 <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3 <wsdl:types>
4 <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
5 <s:element name="HelloWorld">
6 <s:complexType />
7 </s:element>
8 <s:element name="HelloWorldResponse">
9 <s:complexType>
10 <s:sequence>
11 <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
12 </s:sequence>
13 </s:complexType>
14 </s:element>
15 <s:element name="PostFeedback">
16 <s:complexType>
17 <s:sequence>
18 <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
19 <s:element minOccurs="0" maxOccurs="1" name="qq" type="s:string" />
20 <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
21 <s:element minOccurs="0" maxOccurs="1" name="title" type="s:string" />
22 <s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
23 </s:sequence>
24 </s:complexType>
25 </s:element>
26 <s:element name="PostFeedbackResponse">
27 <s:complexType>
28 <s:sequence>
29 <s:element minOccurs="1" maxOccurs="1" name="PostFeedbackResult" type="s:boolean" />
30 </s:sequence>
31 </s:complexType>
32 </s:element>
33 <s:element name="string" nillable="true" type="s:string" />
34 <s:element name="boolean" type="s:boolean" />
35 </s:schema>
36 </wsdl:types>
37 <wsdl:message name="HelloWorldSoapIn">
38 <wsdl:part name="parameters" element="tns:HelloWorld" />
39 </wsdl:message>
40 <wsdl:message name="HelloWorldSoapOut">
41 <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
42 </wsdl:message>
43 <wsdl:message name="PostFeedbackSoapIn">
44 <wsdl:part name="parameters" element="tns:PostFeedback" />
45 </wsdl:message>
46 <wsdl:message name="PostFeedbackSoapOut">
47 <wsdl:part name="parameters" element="tns:PostFeedbackResponse" />
48 </wsdl:message>
49 <wsdl:message name="HelloWorldHttpGetIn" />
50 <wsdl:message name="HelloWorldHttpGetOut">
51 <wsdl:part name="Body" element="tns:string" />
52 </wsdl:message>
53 <wsdl:message name="PostFeedbackHttpGetIn">
54 <wsdl:part name="name" type="s:string" />
55 <wsdl:part name="qq" type="s:string" />
56 <wsdl:part name="email" type="s:string" />
57 <wsdl:part name="title" type="s:string" />
58 <wsdl:part name="msg" type="s:string" />
59 </wsdl:message>
60 <wsdl:message name="PostFeedbackHttpGetOut">
61 <wsdl:part name="Body" element="tns:boolean" />
62 </wsdl:message>
63 <wsdl:message name="HelloWorldHttpPostIn" />
64 <wsdl:message name="HelloWorldHttpPostOut">
65 <wsdl:part name="Body" element="tns:string" />
66 </wsdl:message>
67 <wsdl:message name="PostFeedbackHttpPostIn">
68 <wsdl:part name="name" type="s:string" />
69 <wsdl:part name="qq" type="s:string" />
70 <wsdl:part name="email" type="s:string" />
71 <wsdl:part name="title" type="s:string" />
72 <wsdl:part name="msg" type="s:string" />
73 </wsdl:message>
74 <wsdl:message name="PostFeedbackHttpPostOut">
75 <wsdl:part name="Body" element="tns:boolean" />
76 </wsdl:message>
77 <wsdl:portType name="WebServiceSoap">
78 <wsdl:operation name="HelloWorld">
79 <wsdl:input message="tns:HelloWorldSoapIn" />
80 <wsdl:output message="tns:HelloWorldSoapOut" />
81 </wsdl:operation>
82 <wsdl:operation name="PostFeedback">
83 <wsdl:input message="tns:PostFeedbackSoapIn" />
84 <wsdl:output message="tns:PostFeedbackSoapOut" />
85 </wsdl:operation>
86 </wsdl:portType>
87 <wsdl:portType name="WebServiceHttpGet">
88 <wsdl:operation name="HelloWorld">
89 <wsdl:input message="tns:HelloWorldHttpGetIn" />
90 <wsdl:output message="tns:HelloWorldHttpGetOut" />
91 </wsdl:operation>
92 <wsdl:operation name="PostFeedback">
93 <wsdl:input message="tns:PostFeedbackHttpGetIn" />
94 <wsdl:output message="tns:PostFeedbackHttpGetOut" />
95 </wsdl:operation>
96 </wsdl:portType>
97 <wsdl:portType name="WebServiceHttpPost">
98 <wsdl:operation name="HelloWorld">
99 <wsdl:input message="tns:HelloWorldHttpPostIn" />
100 <wsdl:output message="tns:HelloWorldHttpPostOut" />
101 </wsdl:operation>
102 <wsdl:operation name="PostFeedback">
103 <wsdl:input message="tns:PostFeedbackHttpPostIn" />
104 <wsdl:output message="tns:PostFeedbackHttpPostOut" />
105 </wsdl:operation>
106 </wsdl:portType>
107 <wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
108 <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
109 <wsdl:operation name="HelloWorld">
110 <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
111 <wsdl:input>
112 <soap:body use="literal" />
113 </wsdl:input>
114 <wsdl:output>
115 <soap:body use="literal" />
116 </wsdl:output>
117 </wsdl:operation>
118 <wsdl:operation name="PostFeedback">
119 <soap:operation soapAction="http://tempuri.org/PostFeedback" style="document" />
120 <wsdl:input>
121 <soap:body use="literal" />
122 </wsdl:input>
123 <wsdl:output>
124 <soap:body use="literal" />
125 </wsdl:output>
126 </wsdl:operation>
127 </wsdl:binding>
128 <wsdl:binding name="WebServiceSoap12" type="tns:WebServiceSoap">
129 <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
130 <wsdl:operation name="HelloWorld">
131 <soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
132 <wsdl:input>
133 <soap12:body use="literal" />
134 </wsdl:input>
135 <wsdl:output>
136 <soap12:body use="literal" />
137 </wsdl:output>
138 </wsdl:operation>
139 <wsdl:operation name="PostFeedback">
140 <soap12:operation soapAction="http://tempuri.org/PostFeedback" style="document" />
141 <wsdl:input>
142 <soap12:body use="literal" />
143 </wsdl:input>
144 <wsdl:output>
145 <soap12:body use="literal" />
146 </wsdl:output>
147 </wsdl:operation>
148 </wsdl:binding>
149 <wsdl:binding name="WebServiceHttpGet" type="tns:WebServiceHttpGet">
150 <http:binding verb="GET" />
151 <wsdl:operation name="HelloWorld">
152 <http:operation location="/HelloWorld" />
153 <wsdl:input>
154 <http:urlEncoded />
155 </wsdl:input>
156 <wsdl:output>
157 <mime:mimeXml part="Body" />
158 </wsdl:output>
159 </wsdl:operation>
160 <wsdl:operation name="PostFeedback">
161 <http:operation location="/PostFeedback" />
162 <wsdl:input>
163 <http:urlEncoded />
164 </wsdl:input>
165 <wsdl:output>
166 <mime:mimeXml part="Body" />
167 </wsdl:output>
168 </wsdl:operation>
169 </wsdl:binding>
170 <wsdl:binding name="WebServiceHttpPost" type="tns:WebServiceHttpPost">
171 <http:binding verb="POST" />
172 <wsdl:operation name="HelloWorld">
173 <http:operation location="/HelloWorld" />
174 <wsdl:input>
175 <mime:content type="application/x-www-form-urlencoded" />
176 </wsdl:input>
177 <wsdl:output>
178 <mime:mimeXml part="Body" />
179 </wsdl:output>
180 </wsdl:operation>
181 <wsdl:operation name="PostFeedback">
182 <http:operation location="/PostFeedback" />
183 <wsdl:input>
184 <mime:content type="application/x-www-form-urlencoded" />
185 </wsdl:input>
186 <wsdl:output>
187 <mime:mimeXml part="Body" />
188 </wsdl:output>
189 </wsdl:operation>
190 </wsdl:binding>
191 <wsdl:service name="WebService">
192 <wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
193 <soap:address location="http://www.ecit.org.cn:8086/webservice.asmx" />
194 </wsdl:port>
195 <wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
196 <soap12:address location="http://www.ecit.org.cn:8086/webservice.asmx" />
197 </wsdl:port>
198 <wsdl:port name="WebServiceHttpGet" binding="tns:WebServiceHttpGet">
199 <http:address location="http://www.ecit.org.cn:8086/webservice.asmx" />
200 </wsdl:port>
201 <wsdl:port name="WebServiceHttpPost" binding="tns:WebServiceHttpPost">
202 <http:address location="http://www.ecit.org.cn:8086/webservice.asmx" />
203 </wsdl:port>
204 </wsdl:service>
205 </wsdl:definitions>